Fields that describe the connection to a historian server
CimHistorianConnection
Fields that describe the connection to a historian server
|
Name | Description | Data Type |
---|---|---|
ConnectonID | The Id of historian connection. | string |
ServerName | The server that the connection will connect to. | string |
Description | The desciption of the connection. | string |
UserID | The user ID the connection is made with. | string |
Passsword | The password the connection is made with. This password will not be in get responses. It may be in create/update requests. | string |
UsesIdentity | set it to true to specify user name and password. | boolean |